* subr.el (deferred-action-list, deferred-action-function): Mark obsolete.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Mar 2011 16:34:16 +0000 (12:34 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Mar 2011 16:34:16 +0000 (12:34 -0400)
etc/NEWS
lisp/ChangeLog
lisp/subr.el

index a7ec965e3d6c92f1080cecfe4a3ffb8abb3e1429..263ab2eff3bbd3462290f5d3e70dd1f67a371560 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -746,6 +746,7 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
 * Lisp changes in Emacs 24.1
 
 ** byte-compile-disable-print-circle is obsolete.
+** deferred-action-list and deferred-action-function are obsolete.
 ** Removed the stack-trace-on-error variable.
 Also the debugger can now "continue" from an error, which means it will jump
 to the error handler as if the debugger had not been invoked instead of
index e4cb7d86f8098cff5b06b0e04107e90c0e852f10..56d817cafe6305f23facc87fca7e8c5eb615010e 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (deferred-action-list, deferred-action-function):
+       Mark obsolete.
+
 2011-03-21  Leo Liu  <sdl.web@gmail.com>
 
        * vc/log-view.el: Remove (require 'wid-edit), not needed after the
index 6f39a41709ebeb34a29f5fc32d5617872ec9c378..8ea4becdc119f5628b69f99f53eb45554a1ffc3f 100644 (file)
@@ -1101,6 +1101,8 @@ is converted into a string by expressing it in decimal."
 
 (make-obsolete-variable 'define-key-rebound-commands nil "23.2")
 (make-obsolete-variable 'redisplay-end-trigger-functions 'jit-lock-register "23.1")
+(make-obsolete-variable 'deferred-action-list 'post-command-hook "24.1")
+(make-obsolete-variable 'deferred-action-function 'post-command-hook "24.1")
 (make-obsolete 'window-redisplay-end-trigger nil "23.1")
 (make-obsolete 'set-window-redisplay-end-trigger nil "23.1")